**************************************************
		Simple EM Client
**************************************************

This file is structured in 2 sections:
1 - Simple EM Client Requirements
2 - How to use the Simple EM Client.

**************************************************
	Simple EM Client Requirements
**************************************************

This simple client requires that you have installed Java version 1.6 and Python version 2.6.6



**************************************************
	How to use the Simple EM Client
**************************************************

Welcome to the Simple EM Client. This client enables you to synchronize resources and collections on the Epidemic Marketplace to your hard-drive as well as upload resources to the EM's Repository.

To run the Simple EM Client execute semc.py.
(If double clicking does not work write python semc.py in the command line while in the folder of the file)

The Simple EM Client has 8 options:

1. Show Resource List - lists all the currently tracked resources.

2. Show Collection List - lists all the currently tracked collections.

3. Add Resource - Enables the user to add resources to the tracked list. This is done by providing a resource URL ( such as: https://epiwork.di.fc.ul.pt/muradora/objectView.action?parentId=changeme:251&type=1&pid=changeme:75 ) and a folder where it will be stored.

4. Remove Resource - Removes a resource from the tracked list.

5. Add Collection - Enables the user to add Collections to the tracked list. This is done by providing a Collection URL ( https://epiwork.di.fc.ul.pt/muradora/browse.action?parentId=changeme:141&type=1 ) and a folder where all its resources will be stored.

6. Remove Collection - deletes a collection from the tracked list.

7. Download Updates - Downloads updates to the resources and collections from the EM Repository.

8. Upload Resource - Enables you to upload a resource by providing its location on your hard drive, and some metadata about it.



